home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.XML.msgx_directives.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  1.0 KB  |  29 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsd:schema targetNamespace='http://schemas.microsoft.com/intellisense/msgx-directives'
  3.             xmlns:xsd='http://www.w3.org/2001/XMLSchema'
  4.             xmlns='http://schemas.microsoft.com/intellisense/msgx-directives'
  5.             xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense'
  6.             vs:ishtmlschema='false'
  7.             vs:isserverschema='true'
  8.             vs:nonbrowseable='true'
  9.             vs:SuccinctFriendlyName="Indigo">
  10.  
  11. <xsd:annotation>
  12.   <xsd:documentation>
  13.     Msgx directives schema.
  14.   </xsd:documentation>
  15. </xsd:annotation>
  16.  
  17. <xsd:include schemaLocation="dirtypes.xsd" />
  18.  
  19. <!-- Valid top level elements -->
  20. <xsd:element name="Msgx" type="MsgxDef" vs:htmlequivalent="%@" />
  21.  
  22. <!-- Definitions for top level elements -->
  23. <xsd:complexType name="MsgxDef">
  24.   <xsd:attribute name="Language" type="ServerLanguagesDef" vs:readonly="true" />
  25.   <xsd:attribute name="Class" type="xsd:string" />
  26. </xsd:complexType>
  27.  
  28. </xsd:schema>
  29.